home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / business / crfix30.zip / CRFIX.DOC < prev    next >
Text File  |  1996-06-10  |  7KB  |  224 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                 ██████╗ ██████╗  ███████╗ ██████╗  ██╗ ████████╗
  7.                ██╔════╝ ██╔══██╗ ██╔════╝ ██╔══██╗ ██║ ╚══██╔══╝
  8.                ██║      ██████╔╝ █████╗   ██║  ██║ ██║    ██║
  9.                ██║      ██╔══██╗ ██╔══╝   ██║  ██║ ██║    ██║
  10.                ╚██████╗ ██║  ██║ ███████╗ ██████╔╝ ██║    ██║
  11.                 ╚═════╝ ╚═╝  ╚═╝ ╚══════╝ ╚═════╝  ╚═╝    ╚═╝
  12.  
  13.                              ███████╗ ██╗ ██╗  ██╗
  14.                              ██╔════╝ ██║ ╚██╗██╔╝
  15.                              █████╗   ██║  ╚███╔╝
  16.                              ██╔══╝   ██║  ██╔██╗
  17.                              ██║      ██║ ██╔╝ ██╗
  18.                              ╚═╝      ╚═╝ ╚═╝  ╚═╝
  19.  
  20.  
  21.                                   Version 3.0
  22.  
  23.                   Copyright (c) 1994-96 - All Rights Reserved
  24.  
  25.                         By BWS - Brian's World Software
  26.  
  27.  
  28.                           Programmed by:  Acidic Brain
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. DISCLAIMER (Legal mumbo jumbo, has to be done.)
  43. -----------------------------------------------
  44.  
  45. The author and all groups affiliated with the author of this program take
  46. no responsibility for any damage which may occur to you or your system as a 
  47. direct or indirect result of using this program.  It has been tested on the
  48. authors own system and found to work without error.  If it fails to do the
  49. same on your system, don't blame the author.  This program modifies your
  50. USERS.DAT file and it will create a backup copy defined by you if you
  51. configure it to in your Renegade DATA directory.  If you don't trust the
  52. program, manually copy your USERS.DAT to a safe directory yourself so you
  53. can always copy it back if you need to.
  54.  
  55.  
  56. WARNING:  This version of Credit Fix should not be used with any other
  57.           versions of Renegade other than v4-05 EXP and v5-11 EXP.  The
  58.           format of the USERS.DAT file was changed for v4-05 and v5-11
  59.           and if Credit Fix is used on any prior versions, it will
  60.           serverely corrupt your USERS.DAT file!
  61.  
  62.  
  63. DISTRIBUTION (How can I distribute this program?)
  64. -------------------------------------------------
  65.  
  66. Credit Fix is a freeware program.  You may distribute it to friends, other
  67. bulletin boards, etc. so long as there is no fee charged, and all the files 
  68. are included in their current state - unchanged and unmodified in any way. 
  69. I encourage you to copy and distribute this to every BBS you call.
  70.  
  71. Shareware distributors/vendors may distribute this program in their packages 
  72. or include it on a shareware CD as long as they inform the author FIRST.
  73.  
  74.  
  75. PURPOSE (Why did I make this thing?)
  76. -------------------------------------------
  77.  
  78. Credit Fix v3.0 has changed a lot from the older versions.  Cott Lang has
  79. finally corrected the problems with showing only credit balances to users
  80. and awarding debits instead of credits.  This utility will do a little
  81. maintenance for you.  I think of it as my personal accountant for RG. :)
  82.  
  83. It will scan through the user file and update credit and debit values.  It
  84. will subtract the debit values from credit values if there are any and if
  85. there are more debits than credits or a negative credit balance (this can
  86. cause big problems and your user will NEVER get on) it will zero out both
  87. the credits and debits if defined to do so.
  88.  
  89.  
  90. HOW TO USE IT!
  91. --------------
  92.  
  93. Just place CRFIX.EXE and CRFIX.CFG in any directory you choose.  Edit the
  94. CRFIX.CFG file to suit your system, and type CRFIX to start it.  It will read
  95. in the information from your RENEGADE.DAT file and process the USERS.DAT file
  96. in your data directory.  
  97.  
  98.  
  99. This is a sample of the format for the CRFIX.CFG file:
  100.  
  101. -=-=-=-=-= Start of SAMPLE CRFIX.CFG FILE =-=-=-=-=-
  102. e:\renegade
  103. 1
  104. users.crf
  105. 1
  106.  
  107.  
  108. Line  1:  Path to RENEGADE.DAT file (Main RG Directory) with no backslash
  109. Line  2:  Back up USERS.DAT file (0 = no, 1 = yes)
  110. Line  3:  Filename for USERS.DAT backup file
  111. Line  4:  Zero out negative accounts (0 = no, 1 = yes)
  112.  
  113. -=-=-=-=-= End of SAMPLE CRFIX.CFG FILE =-=-=-=-=-
  114.  
  115.  
  116.  
  117. Can You Explain Again What This Does?
  118. -------------------------------------
  119.  
  120. Of course... here are a few examples and how crfix will change the users'
  121. accounts.
  122.  
  123.  
  124. Example #1 (any normal user):
  125.  
  126.  ========================================================
  127.   ■ Before Credit Fix  
  128.  
  129.         Credit = 15000    Debit = 7500     Balance = 7500
  130.  ========================================================
  131.   
  132.  ──────────────────────────────────────────────────────── 
  133.   ■ After Credit Fix 
  134.         
  135.         Credit = 7500     Debit = 0        Balance = 7500
  136.  ──────────────────────────────────────────────────────── 
  137.  
  138.  
  139. Example #2 (user with negative balance):
  140.  
  141.  ========================================================
  142.   ■ Before Credit Fix  
  143.  
  144.         Credit = 10000    Debit = 15000   Balance = -5000
  145.  ========================================================
  146.   
  147.  (* if defined to zero negative accounts *)
  148.  ────────────────────────────────────────────────────────
  149.   ■ After Credit Fix 
  150.         
  151.         Credit = 0        Debit = 0       Balance = 0
  152.  ──────────────────────────────────────────────────────── 
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. SUPPORT/UPDATES/BUG REPORTS
  160. ---------------------------
  161.  
  162. If you wish to report any bugs, problems, if you have any suggestions, or 
  163. if you wish to obtain other BWS programs, please call the BWS Headquarters,
  164. Brian's World, at: 
  165.  
  166. Node #1 (28.8): 1-516-331-5540 
  167. Node #2 (14.4): 1-516-331-5418
  168.  
  169.  
  170. You may also netmail Brian or Brian Niegocki at the below node numbers.
  171.  
  172.  
  173. You may FREQ the following using any of the following net numbers:
  174.  
  175. FIDO Net - 1:2619/232
  176. ITC Net  - 85:860/0
  177. 50h Net  - 101:101/0
  178. RGS Net  - 50:58/0
  179.  
  180.  
  181. BWS Programs
  182. ------------
  183.  MAJIK         Description
  184. =================================================================
  185. TOPPOST    Top Post List Creator
  186. UNHATCH    Removes the "HATCHED" flag from files in specified
  187.            file bases.  Great for those receiving filebones.
  188. USERREC    User Recoverer!  A Must for any SysOp!  If you get
  189.            a corrupted user file, this will recover your users!
  190. CRFIX      Credit Fix.  Fixes credit and debit values.  Fixes
  191.            accounts with negative balances, subtracts debits 
  192.            from credits, etc.
  193.  
  194.  
  195. RhizomeWare
  196. -----------
  197. QAZ        QAZ - The 'almost' universal archive viewer.  Views 
  198.            the contents of over 50 archive types!
  199.  
  200.  
  201. 50h Programming Net
  202. -------------------
  203. 50HINFO    The lastest 50h Net Info/Application Package.  A net
  204.            for programmers, by programmers!  Includes the first
  205.            nodelist of the month, list of echos, filebones, app
  206.            generator, and net information.
  207. 50HNET     List of active message echos on 50h Net.
  208. 50HFBONE   List of active filebones on 50h Net.
  209. 50HLIST    The latest 50h Net nodelist
  210.  
  211.  
  212.  
  213.  
  214. The author of this program can be reached at Brian's World as Brian (the 
  215. SysOp) or by internet email at bniegock@ic.sunysb.edu. 
  216.  
  217.  
  218.  
  219.  
  220. On a final note:
  221. ----------------
  222. My thanks again to Cott Lang and Patrick Spence for making a great BBS 
  223. software!  Keep it up! 
  224.